home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 November / maximum-cd-1999-11.iso / Utilities / Automation / WinWizard Pro / Sample - Run Application.wz_ / Sample - Run Application.wz
Encoding:
Text File  |  1999-02-09  |  888 b   |  34 lines

  1. {FLOAT} On
  2. {TITLE} WinWizard Pro Application Sample
  3. {DISPLAY} This Script File will load the WordPad and enter information into it.  The Script will copy the information and paste it into the Notepad.
  4. {SLEEP} 5
  5. {DISPLAYADD} Starting WordPad...
  6. {RUN} c:\windows\write.exe
  7. {WAIT} Document - WordPad
  8. {ACTIVATE} Document - WordPad
  9. {DISPLAYADD} Enter Some Text in WordPad...
  10. {ENTER}
  11. {TYPE} This is a test of WinWizard Pro by PDS...{ENTER}
  12. %(e)l
  13. %(e)c
  14. {DISPLAYADD} Close Program and Abort File Save...
  15. %{F4}
  16. {WAIT} Save Changes
  17. {TAB}
  18. {ENTER}
  19. {DISPLAYADD} Starting NotePad...
  20. {RUN} c:\windows\notepad.exe
  21. {WAIT} NotePad
  22. {ACTIVATE} Untitled - Notepad
  23. {DISPLAYADD} Paste Text into Notepad...
  24. %(e)p
  25. {DISPLAYADD} Close Program and Abort File Save...
  26. %{F4}
  27. {WAIT} Do you want to save the changes
  28. {TAB}
  29. {ENTER}
  30. {SLEEP} 5
  31. {DISPLAYADD} Test Complete!
  32. {FLOAT} Off
  33. {END} 
  34.